Spread for ASP.NET 8.0 Product Documentation
ConvertToTagCloudItems(String[],String[],String[],String[],String[]) Method


Items for the cloud specified in a string array
Weights for the cloud items specified in a string array
HTML anchors for the cloud items specified in a string array
Titles for the cloud items specified in a string array
Text to display for the cloud items specified in a string array
Converts a collection of items to tag cloud items.
Syntax
'Declaration
 
Public Overloads Shared Function ConvertToTagCloudItems( _
   ByVal text() As String, _
   ByVal weight() As String, _
   ByVal href() As String, _
   ByVal title() As String, _
   ByVal displayText() As String _
) As Collection(Of TagCloudItem)
'Usage
 
Dim text() As String
Dim weight() As String
Dim href() As String
Dim title() As String
Dim displayText() As String
Dim value As Collection(Of TagCloudItem)
 
value = TagCloudCellType.ConvertToTagCloudItems(text, weight, href, title, displayText)
public static Collection<TagCloudItem> ConvertToTagCloudItems( 
   string[] text,
   string[] weight,
   string[] href,
   string[] title,
   string[] displayText
)

Parameters

text
Items for the cloud specified in a string array
weight
Weights for the cloud items specified in a string array
href
HTML anchors for the cloud items specified in a string array
title
Titles for the cloud items specified in a string array
displayText
Text to display for the cloud items specified in a string array

Return Value

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TagCloudCellType Class
TagCloudCellType Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.